home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Shareware World / OS X / Internet / SafeClean.dmg / SafeClean.app / Contents / Resources / SafeClean.scriptTerminology < prev   
Encoding:
Text File  |  2003-05-27  |  600 b   |  26 lines

  1. {
  2.     "Name" = "SafeClean";
  3.     "Description" = "SafeClean specific classes.";
  4.  
  5.     "Classes" = {
  6.         "NSApplication" = {
  7.             "Name" = "application";
  8.             "PluralName" = "applications";
  9.             "Description" = "Sketch's top level scripting object.";
  10.         };
  11.     };
  12.  
  13.     "Commands" = {
  14.         "cleanSystem" = {
  15.             "Name" = "cleanSystem";
  16.             "Description" = "Cleans the system according to user preferences";
  17.             "Arguments" = {
  18.                 "FileName" = {
  19.                     "Name" = "at";
  20.     "Description" = "The file to shred should follow, quoted";
  21.                 };
  22.             };
  23.         };
  24.     };
  25.  
  26. }